Version

ScheduleDialogBase.ChooserResult<TChoice> Constructor

Creates an instance of the ChooserResult which should be passed in the constructor of the ScheduleDialogBase<TChoice>. The dialog will set the Choice property when the dialog closes to reflect the user's choice.
Syntax
'Declaration
 
Public Function New( _
   ByVal userData As Object _
)
public ScheduleDialogBase.ChooserResult<TChoice>( 
   object userData
)

Parameters

userData
An opaque piece of user data - this parameter can be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also